Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Storage Write API REDO #2438

Merged
merged 12 commits into from
Jan 26, 2024
Merged

New Storage Write API REDO #2438

merged 12 commits into from
Jan 26, 2024

Conversation

brentstone
Copy link
Collaborator

@brentstone brentstone commented Jan 24, 2024

Describe your changes

An alternate implementation of #2355.

With the new changes, if a key is not merklized, then it also may not be persisted in the diffs. There is no longer an either/or option.

Indicate on which release or other PRs this topic is based on

v0.30.1

Checklist before merging to draft

  • I have added a changelog
  • Git history is in acceptable state

This was referenced Jan 25, 2024
tzemanovic added a commit that referenced this pull request Jan 25, 2024
* brent/new-storage-write-REDO:
  changelog: add #2438
  fix spelling of `merkelized`
  edit comments
  handle non-merklized values in `State` methods
  fix imports
  fix ibc storage init
  abstract instances of `write_bytes` to `write`
  tests
  bypass merklization and amend diff writing for specified keys
  use consts instead of string literals
  ibc: storage keys refactor
  merkle tree filter
@tzemanovic tzemanovic mentioned this pull request Jan 25, 2024
tzemanovic added a commit that referenced this pull request Jan 25, 2024
* brent/new-storage-write-REDO:
  changelog: add #2438
  fix spelling of `merkelized`
  edit comments
  handle non-merklized values in `State` methods
  fix imports
  fix ibc storage init
  abstract instances of `write_bytes` to `write`
  tests
  bypass merklization and amend diff writing for specified keys
  use consts instead of string literals
  ibc: storage keys refactor
  merkle tree filter
@tzemanovic tzemanovic merged commit 29bf5dd into main Jan 26, 2024
11 of 15 checks passed
@tzemanovic tzemanovic deleted the brent/new-storage-write-REDO branch January 26, 2024 10:43
@brentstone brentstone mentioned this pull request Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants